home *** CD-ROM | disk | FTP | other *** search
- -- card: 6977 from stack: in
- -- bmap block id: 14107
- -- flags: 0000
- -- background id: 2566
- -- name: DriverinROMCard
- ----- HyperTalk script -----
- On OpenCard
- global CatValue, TypValue, DrSwValue, DrAtAllValue, DrAppleValue, VirginValue
- get VirginValue
- if it is empty then
- set hilite of button "Yes" to false
- set hilite of button "No" to false
- clearDrs
- else
- get TypValue
- if it is empty then
- set hilite of button "Yes" to false
- set hilite of button "No" to false
- clearDrs
- else
- get DrSwValue
- if it is empty then
- set hilite of button "Yes" to false
- set hilite of button "No" to false
- clearDrs
- end if
- end if
- end if
- pass openCard
- End OpenCard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A006
- -- rect: left=32 top=35 right=53 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Yes
- ----- HyperTalk script -----
- on mouseUp
- global CatValue, TypValue, DrSwValue, DrAtAllValue, DrAppleValue, VirginValue
- set hilite of button "Yes" to true
- set hilite of button "No" to false
- --show a field and buttons to ask if apple driver?
- put "Dr in ROM - Yes" into DrSwValue
- put "DrInROM" into VirginValue -- close stack will write global
- push card
- go card "DriverAppleCard"
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: E006
- -- rect: left=32 top=63 right=81 bottom=77
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: No
- ----- HyperTalk script -----
- on mouseUp
- global CatValue, TypValue, DrSwValue, DrAtAllValue, DrAppleValue, VirginValue
- set hilite of button "Yes" to false
- set hilite of button "No" to true
- put "Dr in ROM - No" into DrSwValue
- put "DrNOTInROM" into VirginValue -- close stack will write global
- push card
- go card "DriverAppleCard"
- end mouseUp
-
-
-
- -- part 7 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=15 top=12 right=31 bottom=153
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 20
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=160 top=295 right=340 bottom=217
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: popbutton
- ----- HyperTalk script -----
- on mouseUp
- pop card
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=398 top=298 right=337 bottom=440
- -- title width / last selected line: 0
- -- icon id / first selected line: 23078 / 23078
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HelpButton
- ----- HyperTalk script -----
- on mouseUp
- --should be on each card, not in background
- push card
- go to card "Help-Drivers"
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=449 top=289 right=337 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 1 / 1
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Tutorial
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card "Tutorial intro cd 01"
- end mouseUp
-
-
-
- -- part contents for card part 7
- ----- text -----
- Will the driver be in ROM?
-
- -- part contents for background part 44
- ----- text -----
- Display
-
- -- part contents for background part 48
- ----- text -----
- Y dr in ROM
-
- -- part contents for background part 47
- ----- text -----
- Video
-
- -- part contents for background part 49
- ----- text -----
- Yes-Dr